0e7b30624a68353eac61b4d9e9f9b33d771ee84d,src/org/smssecure/smssecure/notifications/MessageNotifier.java,MessageNotifier,updateNotification,#Context#MasterSecret#number#,157
Before Change
}
public static void updateNotification(Context context, MasterSecret masterSecret, long threadId) {
updateNotification(context, masterSecret, threadId, false);
}
public static void updateNotification(Context context, MasterSecret masterSecret, long threadId, boolean vibrate) {
After Change
if (isVisible) {
sendInThreadNotification(context, threads.getRecipientsForThreadId(threadId));
} else {
updateNotification(context, masterSecret, MNF_DEFAULTS, 0);
}
}